-
Notifications
You must be signed in to change notification settings - Fork 32
✨ Add wb-auth new Service and Redirect ForwardAuth for Vendor Services
#8130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add wb-auth new Service and Redirect ForwardAuth for Vendor Services
#8130
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8130 +/- ##
==========================================
+ Coverage 87.42% 88.10% +0.67%
==========================================
Files 1843 1891 +48
Lines 70822 72708 +1886
Branches 1274 1274
==========================================
+ Hits 61915 64056 +2141
+ Misses 8529 8274 -255
Partials 378 378
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…er and clean up comments
…or wb-auth service
…se-dev-vendors.yml
3c0f8e1 to
e53a9bb
Compare
wg-auth new Service and Redirect ForwardAuth for Vendor Services
matusdrobuliak66
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing, thanks! and the logo rocks!
|
@pcrespov what stands for |
@YuryHrytsuk you are totally right. It must be |
wg-auth new Service and Redirect ForwardAuth for Vendor Serviceswb-auth new Service and Redirect ForwardAuth for Vendor Services
|
giancarloromeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx
mrnicegyu11
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw it too late, should work as-is thx!
Since new service for user authentication was introduced. We shall use it in platform user authentication middleware * ITISFoundation/osparc-simcore#8130 * ITISFoundation#1146 * ITISFoundation#1145
* Add wb-auth simcore service * closes #1145 * ITISFoundation/osparc-simcore#8130 * Rename env to follow existing style * Update PR templates (add grafana dashboards check) * Add public network
Since new service for user authentication was introduced. We shall use it in platform user authentication middleware * ITISFoundation/osparc-simcore#8130 * #1146 * #1145



What do these changes do?
This PR introduces a new service,
wb-auth, to thesimcore-servicestack to act as a centralized forward authentication endpoint used for vendor services.This is the setup, where
wb-authis represented below asAuthServerChanges:
wb-authintegrated into thesimcore-servicestack (based onwebserverimage)WEBSERVER_APP_FACTORY_NAME="WEBSERVER_AUTHZ_APP_FACTORY"forwardauthmiddleware for test vendor services towb-auth(but needs to be done in deploy).Related issue/s
How to test
Manual exploratory test
make up-prodwb-authzyou shoulds see auth requests done to this serviceDev-ops
forwardAuth.addressin vendor services. SEE exampleservices/docker-compose-dev-vendors.yml